projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ea1be
)
gnomeos: fix ostree-install.sh
author
Carl-Anton Ingmarsson
<ca.ingmarsson@gmail.com>
Sun, 6 May 2012 17:10:35 +0000
(19:10 +0200)
committer
Colin Walters
<walters@verbum.org>
Mon, 7 May 2012 21:54:04 +0000
(17:54 -0400)
add back ARCH and BRANCH_PREFIX constants which are still in use.
gnomeos/ostree-install.sh
patch
|
blob
|
history
diff --git
a/gnomeos/ostree-install.sh
b/gnomeos/ostree-install.sh
index cf709c792fb93cf68441a2a1f05c3a5b3616b163..ac6f2535ca7ae8cac8c11e000b7e3305a969ee69 100755
(executable)
--- a/
gnomeos/ostree-install.sh
+++ b/
gnomeos/ostree-install.sh
@@
-39,6
+39,9
@@
EOF
exit 1
fi
+ARCH=i686
+BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
+
mkdir -p /ostree
cd /ostree